←Select platform

DoStoreDataSet(DicomDataSet,DataRow,out string,out ReferencedImages[]) Method

Summary

Stores the DICOM dataset.

Syntax
C#
VB
C++
protected virtual void DoStoreDataSet( 
   DicomDataSet requestDataSet, 
   DataRow row, 
   out string dicomInstancePath, 
   out ReferencedImages[] generatedImages 
) 
Protected Overridable Sub DoStoreDataSet( 
   ByVal requestDataSet As DicomDataSet, 
   ByVal row As DataRow, 
   ByRef dicomInstancePath As String, 
   ByRef generatedImages() As ReferencedImages 
) 
protected:  
   virtual void DoStoreDataSet( 
      DicomDataSet^ requestDataSet, 
      DataRow^ row, 
      String^ %dicomInstancePath, 
      array<ReferencedImages^>^ %generatedImages 
   ) 

Parameters

requestDataSet

The requested DicomDataSet.

row

A DataRow corresponding to the requestDataSet to be stored.

dicomInstancePath

The full path of the DICOM instance.

generatedImages

The generated images.

Remarks

This overload differs from DoStoreDataSet(DicomDataSet,string,ReferencedImages[]) in that it allows for the specification of a row that corresponds to the requestDataSet to be stored.

It should be used when the requestDataSet does not exist locally, but instead exists on an external store (i.e. cloud storage).

Passing null for row is equivalent to calling the DoStoreDataSet(DicomDataSet,string,ReferencedImages[]) overload.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.